-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add specs for MachData#deconstruct_keys
and #deconstruct
#1030
Add specs for MachData#deconstruct_keys
and #deconstruct
#1030
Conversation
0f988fa
to
276fd74
Compare
I'm not sure why for example Also wondering how to add alias for |
Agree. It makes sense. |
Looks like keys validation was changed and they check that Check_Type(keys, T_ARRAY);
Check_Type(key, T_SYMBOL); |
Also I would add the following test cases:
|
276fd74
to
aafefb4
Compare
aafefb4
to
8ce0022
Compare
Thank you for the specs! |
#1016
[Feature #18821]